home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2000 December & 2001 January / PC World Plus! D.bin / hs_files / ezcddax4trial.exe / ezcdda01.cab / _D491E4E43CA34C9C94DFA63F5862D94E / 0 / RCDATA / TMSGWINDOW / TMSGWINDOW.txt
Encoding:
Text File  |  2000-06-19  |  879 b   |  45 lines

  1. object MsgWindow: TMsgWindow
  2.   Left = 410
  3.   Top = 148
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 134
  7.   ClientWidth = 284
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 6
  21.     Top = 8
  22.     Width = 267
  23.     Height = 13
  24.     Constraints.MaxHeight = 70
  25.     Constraints.MinWidth = 267
  26.     WordWrap = True
  27.   end
  28.   object CheckBox1: TCheckBox
  29.     Left = 8
  30.     Top = 82
  31.     Width = 321
  32.     Height = 17
  33.     Caption = 'Never display this message again'
  34.     TabOrder = 0
  35.   end
  36.   object BitBtn1: TBitBtn
  37.     Left = 104
  38.     Top = 104
  39.     Width = 76
  40.     Height = 25
  41.     TabOrder = 1
  42.     Kind = bkOK
  43.   end
  44. end
  45.